From: Doug Goldstein Date: Mon, 21 Sep 2015 14:14:19 +0000 (+0200) Subject: build: drop unused SUBARCH variable X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2520 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=063792541db41167db9467feadb700de64cfcd16;p=xen.git build: drop unused SUBARCH variable This variable appears to be unused throughout the code base. Signed-off-by: Doug Goldstein --- diff --git a/Makefile b/Makefile index 75177f054b..8a9331f832 100644 --- a/Makefile +++ b/Makefile @@ -35,8 +35,7 @@ mini-os-dir-force-update: mini-os-dir $(GIT) reset --hard $(MINIOS_UPSTREAM_REVISION); \ fi -SUBARCH := $(subst x86_32,i386,$(XEN_TARGET_ARCH)) -export XEN_TARGET_ARCH SUBARCH +export XEN_TARGET_ARCH export DESTDIR # build and install everything into the standard system directories